runtime._defer.pc (field)
8 uses
	runtime (current package)
		heapdump.go#L384: 		dumpint(uint64(d.pc))
		panic.go#L283: 	d.pc = getcallerpc()
		panic.go#L403: 	d.pc = fn.entry() + uintptr(fn.deferreturn)
		panic.go#L466: 		d1.pc = d0.pc
		panic.go#L494: 	d.pc = getcallerpc()
		panic.go#L920: 			p.retpc = d.pc
		runtime2.go#L997: 	pc        uintptr // pc at time of defer
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |